home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / misc / gnuplot-src.lha / gnuplot-3.7.1src / gnuplot-3.7.1.lha / gnuplot-3.7.1 / docs / old / README.win < prev    next >
Encoding:
Text File  |  1998-11-16  |  1.9 KB  |  53 lines

  1. README file for MS Windows version of gnuplot.
  2. 28th January 1993
  3.  
  4. Windows 3.0 and 3.1  (WIN16)
  5. ----------------------------
  6.  
  7. Windows gnuplot requires 4 files to run:
  8.     WGNUPLOT.EXE        Main program
  9.     WGNUPLOT.DLL        Graphics and Text window library
  10.     WGNUPLOT.HLP        Windows Help file
  11.     WGNUPLOT.MNU        Menu file
  12. These 4 files must be in the same directory.
  13.  
  14. More information is available from gnuplot 'help set terminal windows'.
  15.  
  16. WGNUPLOT runs in standard and enhanced modes.
  17.  
  18. Windows 3.1 is preferred, but it will run under Windows 3.0
  19. with the following restrictions:
  20. 1. COMMDLG.DLL and SHELL.DLL (available with Windows 3.1 or Borland C++ 3.1)
  21.    must be in the windows directory.
  22. 2. WGNUPLOT.HLP produced by Borland C++ 3.1 is in Windows 3.1 format.
  23.    You need to use the WINHELP.EXE supplied with Borland C++ 3.1.
  24. 3. WGNUPLOT won't run in real mode due to lack of memory.
  25. 4. Truetype fonts are not available in the graph window.
  26. 5. Drag-drop does not work.
  27.  
  28. The Borland makefile is makefile.win.
  29. Windows gnuplot has only been tested with Borland C++ 3.1.  
  30. Before making wgnuplot you will need to edit the TC = line 
  31. to specify the location of your compiler.
  32.  
  33. The Microsoft C 7.0 makefile is makefile.msw.
  34. This version has had very little testing and currently crashes
  35. if you set samples >= 2048.
  36.  
  37. Windows 95 and Windows NT (WIN32) (or 3.1 with win32s ?)
  38. ---------------------------------
  39.  
  40. When compiling with Microsoft Visual C/C++ for NT you should use
  41. makefile.nt from the top directory and build the project from a
  42. command line prompt with nmake 
  43.  
  44.   nmake -f makefile.nt
  45.  
  46. If you want to use the interactive debugger you will need to
  47. compile gnuplot from the IDE. For this purpose you can use the
  48. gnuplot.mak file in this directory, but first copy it into the
  49. top directory. Remember that this project file for the IDE will
  50. *not* build the complete package, just the executable for
  51. debugging purposes.
  52.  
  53.